MyLowMem
Handles a low-memory condition. This is how you would define your low-memory function if you were to name itMyLowMem
:
void MyLowMem (JMSessionRef session);
session
- The session indicating the low-memory condition.
DISCUSSION
When invoking the Java runtime environment usingJMOpenSession
, you can designate a callback function to be called if the Java session runs low on memory. This callback typically notifies the user of the low-memory condition and suggests possible actions to take.